github.com/gotd/td/tg.MessagesSetChatWallPaperRequest.Wallpaper (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_set_chat_wall_paper_gen.go#L69: Wallpaper InputWallPaperClass
tl_messages_set_chat_wall_paper_gen.go#L116: if !(s.Wallpaper == nil) {
tl_messages_set_chat_wall_paper_gen.go#L151: s.Wallpaper = val
tl_messages_set_chat_wall_paper_gen.go#L228: if !(s.Wallpaper == nil) {
tl_messages_set_chat_wall_paper_gen.go#L264: if s.Wallpaper == nil {
tl_messages_set_chat_wall_paper_gen.go#L267: if err := s.Wallpaper.Encode(b); err != nil {
tl_messages_set_chat_wall_paper_gen.go#L317: s.Wallpaper = value
tl_messages_set_chat_wall_paper_gen.go#L383: s.Wallpaper = value
tl_messages_set_chat_wall_paper_gen.go#L395: return s.Wallpaper, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |